object DuplicatesDlg: TDuplicatesDlg Left = 146 Top = 165 BorderStyle = bsDialog Caption = 'Duplicate Records' ClientHeight = 206 ClientWidth = 417 Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Position = poScreenCenter OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 object Label1: TLabel Left = 16 Top = 8 Width = 114 Height = 13 Caption = 'Select Duplication Field:' end object BitBtn1: TBitBtn Left = 328 Top = 8 Width = 75 Height = 25 TabOrder = 0 Kind = bkOK end object BitBtn2: TBitBtn Left = 328 Top = 40 Width = 75 Height = 25 TabOrder = 1 OnClick = BitBtn2Click Kind = bkHelp end object ListBox1: TListBox Left = 16 Top = 24 Width = 265 Height = 97 ItemHeight = 13 TabOrder = 2 OnClick = ListBox1Click end object Button1: TButton Left = 16 Top = 136 Width = 265 Height = 25 Caption = 'Display Duplicate Records' Enabled = False TabOrder = 3 OnClick = Button1Click end object Button2: TButton Left = 16 Top = 168 Width = 265 Height = 25 Caption = 'Delete Duplicate Records - Keep First Record' Enabled = False TabOrder = 4 OnClick = Button2Click end end